CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 驱动 linux

搜索资源列表

  1. 28_i2c总线之二设备和驱动注册

    0下载:
  2. Linux系统下I2C总线的设备驱动注册(I2C driver registration)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:CH3CHO
  1. button按键驱动程序

    0下载:
  2. 基于tq2440开发板,linux版本2.6.30.4 ,编译通过,直接使用,内含Makefile(Based on tq2440 development board, Linux version 2.6.30.4, compile through, directly use, including Makefile)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-31
    • 文件大小:23552
    • 提供者:胡杨泪
  1. linux pci SW_src

    0下载:
  2. linux的pcie驱动,可以借鉴参考。(Linux pcie drive, which can be reference for reference.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:39936
    • 提供者:qirui24432
  1. linux pci SW_src_Xeon

    0下载:
  2. 运行于xeon处理器的linux Pcie驱动,可以借鉴参考。(Run in Linux Pcie xeon processor drives, can be a reference.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:39936
    • 提供者:qirui24432
  1. Linux 设备驱动开发详解

    0下载:
  2. Linux 设备驱动开发相关书籍 非常清楚(Linux device driver development detailed.Rar)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:9183232
    • 提供者:andy_zeng6
  1. 深入Linux设备驱动程序内核机制

    0下载:
  2. 《深入Linux设备驱动程序内核机制》是Linux驱动开发方面的经典好书。(Deep into the kernel mechanism of Linux device drivers)
  3. 所属分类:驱动编程

    • 发布日期:2018-01-03
    • 文件大小:42399744
    • 提供者:delphi_tang
  1. Linux设备驱动开发详解_宋宝华

    0下载:
  2. Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d
  3. 所属分类:Linux/Unix编程

  1. ath9k-htc:一些USB无线网卡的原生驱动

    0下载:
  2. ath9k-htc:一些USB无线网卡的原生驱动说明资料(Ath9k-htc: some USB wireless network card of the original drive descr iption information)
  3. 所属分类:驱动编程

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:随风陶醉
  1. linux-headers-3.19.0-15.tar

    0下载:
  2. Linux的内核源代码 用于学习驱动,移植的的,(Linux kernel source code for learning drive, transplantation,)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:13167616
    • 提供者:龙玉9999
  1. USB串口驱动

    0下载:
  2. arm 平台linux下的usb 串口驱动(usb driver for arm linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:11264
    • 提供者:zyking
  1. Linux移植驱动及应用开发

    0下载:
  2. S5PV210的Linux开发文档,很全,很详细(S5PV210 Linux develop document, very good)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:14442496
    • 提供者:wusong2017
  1. Linux内核探秘

    0下载:
  2. 从工业需求角度另辟蹊径,注重效率和实用性,将linux内核分为基础部分和应用部分以及内核架构和内核实现两个维度,对Linux内核的文件系统、设备驱动的架构设计与实现原理进行了深入分析(Different from the angle of industrial demand, pay attention to the efficiency and practicability, the Linux kernel is divided into basic part and application
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:47065088
    • 提供者:yutianxiang
  1. Linux设备驱动程序第三版

    0下载:
  2. 本文档主要说明Linux设备驱动开发相关知识,不算全面,比较基础,姑且看之、(This document mainly describes the development of Linux device driven development knowledge, not comprehensive, relatively basic, to see,)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:3330048
    • 提供者:jea
  1. spi_esam

    2下载:
  2. at91sam9g25平台,spi与esam通讯的驱动程序,基于linux平台(At91sam9g25 platform, the driver of SPI and ESAM communication, based on the Linux platform)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:52224
    • 提供者:言吾乔
  1. linux程序设计(第三版)

    0下载:
  2. linux设备驱动开发详解电子书籍,程序设计教程(Linux device driven development detailed electronic books, programming tutorials)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-21
    • 文件大小:4503552
    • 提供者:温酒华雄
  1. Linux设备驱动程序编写教程

    0下载:
  2. 相当不错的Linux驱动编程教程,内容详细。非常适合初学及有经验人士。(Linux driver programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:1257472
    • 提供者:yingfei199
  1. stepper

    0下载:
  2. 步进电机驱动,应用直线型加减速进行速度控制,适用简单的云台运动,低速运动等场景。(The step motor is driven by a linear acceleration and deceleration speed control, which is suitable for simple motion of cloud platform, low speed motion and so on.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:llsh
  1. HL-340USB转串口线驱动

    0下载:
  2. 在Linux环境下调用摄像头模块,实用USB串口进行调试(the insduction of camera in Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:117760
    • 提供者:卢宝
  1. OV9650之linux驱动

    0下载:
  2. s5pv210 之 OV965X 驱动开发(OV965X driven development of s5pv210)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:267264
    • 提供者:Austin_Zhang
  1. Linux系统移植

    0下载:
  2. 学习Linux驱动,系统移植很好的电子书籍,下载了肯定有收获 不会后悔的(Learn Linux drive, system transplanting very good electronic book, download must have harvest won't regret.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:80868352
    • 提供者:tgb
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com